스타일시트로 모서리가 라운딩 처리된 테이블 :: HTML일반[SSISO Community]
 
SSISO 카페 SSISO Source SSISO 구직 SSISO 쇼핑몰 SSISO 맛집
추천검색어 : JUnit   Log4j   ajax   spring   struts   struts-config.xml   Synchronized   책정보   Ajax 마스터하기   우측부분

HTML일반
[1]
등록일:2008-04-01 10:26:52 (0%)
작성자:
제목:스타일시트로 모서리가 라운딩 처리된 테이블

아래의 소스를 <html> 태그와 교체하세요.

 

<html xmlns:v="urn:schemas-microsoft-com:vml">    

 

 

아래의 소스를 <head>와 </head>태그 사이에 넣어 주세요.

 

<style>
v\:* { behavior: url(#default#VML); }
</style>           

 

 

아래의 소스를 <body></body>사이에 넣어 주세요.

 

<v:roundrect style="width:500;height:100; filter: Alpha(Opacity=70)" arcsize="0.2" fillcolor="blue" strokecolor="red" strokeweight="2">
<table width=100% height=100%>
<tr>
<td align=center valign=center>
테이블 안에 들어간 내용
</td>
</tr>
</table> 

 

 

설명>

1번과 2번 과정 소스는 그대로 넣어 주세요.
아래는 3번 소스의 간단한 설명입니다.

<v:roundrect style="width:500;height:100; filter: Alpha(Opacity=70)" arcsize="0.2" fillcolor="blue" strokecolor="red" strokeweight="2">
<table width=100% height=100%>
<tr>
<td align=center valign=center>
테이블 안에 들어간 내용
</td>
</tr>
</table>

------------------------------------------

style="width:너비;height:높이; filter: Alpha(Opacity=불투명도 수치)" arcsize="라운딩 정도" fillcolor="테이블 안 색상" strokecolor="테두리 색상" strokeweight="테두리 두께">
<table width=100% height=100%> // 테이블의 너비,높이는 왼쪽과 같이 100% 로로 설정.

참고:
불투명도 수치는 100 이면 투명하지 않고 0 이면 완전 투명합니다.
라운딩 정도 는 값이 클수록 모서리가 더 둥글 게 처리됩니다

[본문링크] 스타일시트로 모서리가 라운딩 처리된 테이블
[1]
코멘트(이글의 트랙백 주소:/cafe/tb_receive.php?no=3397
작성자
비밀번호

 

SSISOCommunity

[이전]

Copyright byCopyright ⓒ2005, SSISO Community All Rights Reserved.